ComponentOne ASP.NET MVC Controls
LogBase Property

C1.Web.Mvc Namespace > ChartAxis<T> Class : LogBase Property
Gets or sets the logarithmic base of the axis.
Syntax
'Declaration
 
Public Property LogBase As Nullable(Of Double)
public Nullable<double> LogBase {get; set;}
Remarks
If the base is not specified the axis uses the normal scale.
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members